Web Projects

Discover ten open projects awaiting contributions on IEEE's GitHub page, spanning diverse fields and inviting collaborative engagement

  1. Interactive Quiz App Active

    Design a basic quiz application with HTML, CSS, and JavaScript where users can answer questions and get immediate feedback on their scores.

    Github
  2. Task Manager Application: Latest

    Build a task manager using a frontend framework like React. Users can add, edit, and delete tasks, and tasks can be organized into categories.

    Github
  3. Online Learning Platform Latest

    Create a user-friendly online learning platform where educators can upload courses and students can enroll. Include video playback, progress tracking, and a discussion forum for each course. Implement responsive design to ensure usability across various devices.

    GitHub
  4. E-commerce Landing PageLatest

    Design a landing page for an e-commerce site using HTML, CSS, and basic JavaScript. Include product listings, a shopping cart UI, and basic checkout functionality.

    Github
  5. Weather DashboardLatest

    Develop a weather dashboard that fetches weather data from an API and displays it using HTML, CSS, and JavaScript. Implement features like search by location and dynamic updates.

    Github
  6. Language Learning Flashcards: Latest

    Build a web app that helps users learn new languages through flashcards. Users can create, edit, and practice with flashcards. Use HTML, CSS, JavaScript, and a backend.

    Github
  7. Language Translation Service: Latest

    Develop a web app that uses AI language translation APIs to translate text or even entire web pages between different languages in real-time.

    Github
  8. AI-Generated Art Gallery: Latest

    Create a platform where users can input keywords or themes, and the AI generates unique pieces of art based on those inputs. This could involve using generative adversarial networks (GANs) or other AI art generation techniques.

    GitHub
  9. Collaborative Code Editor Latest

    Create a web-based code editor that supports real-time collaboration. Users can write and edit code together, similar to Google Docs but for coding.

    GitHub
  10. Real-time Chat Application: Latest

    Build a real-time chat application using technologies like WebSockets and Node.js. Users can create chat rooms, send messages, and receive updates instantly.

    GitHub